home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / dema / crysis_sp_demo.exe / AllOth~1.cab / shaders.pak / Shaders / WetLayer.ext < prev   
Encoding:
Text File  |  2006-10-27  |  910 b   |  49 lines

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Crytek Engine Source File.
  4. //  Shader extension
  5. //  Copyright (C), Crytek Studios, 2001-2004.
  6. //
  7. ////////////////////////////////////////////////////////////////////////////
  8.  
  9.  
  10.  
  11. Version (1.00)
  12.  
  13. Property
  14. {
  15.   Name = %BUMP_MAP
  16.   Mask = 0x1
  17.   Property    (Bump map)
  18.   Description (Use bump-map texture)
  19.   DependencySet = $TEX_Bump
  20.   DependencyReset = $TEX_Bump
  21.   Hidden
  22. }
  23.  
  24. Property
  25. {
  26.   Name = %GLOSS_MAP
  27.   Mask = 0x2
  28.   Property    (Gloss map)
  29.   Description (Use gloss map as separate texture)
  30.   DependencySet = $TEX_Gloss
  31.   DependencyReset = $TEX_Gloss
  32.   Hidden  
  33. }
  34.  
  35. Property
  36. {
  37.   Name = %DECAL
  38.   Mask = 0x4
  39.   Property    (Decal)
  40.   Description (Use as Decal)
  41. }
  42. Property
  43. {
  44.   Name = %CHARACTER_DECAL
  45.   Mask = 0x8
  46.   Property    (Character Decal)
  47.   Description (Use as Character Decal)
  48. }
  49.